home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Controls / Visual Basic Controls.iso / vbcontrol / mjgcc / readme.txt < prev   
Encoding:
Text File  |  1998-08-26  |  587 b   |  27 lines

  1. ********* This is provided as freeware ************
  2.  
  3. This distribution Contains:
  4. Readme.txt (which you are reading now)
  5. ccocx.ocx  (which is the credit card validation ocx)
  6.  
  7. Installation:
  8. Since you have downloaded the ocx I assume you know
  9. how to install it.
  10.  
  11. Use:
  12. I program in visual basic so I will give a vb scenerio.
  13.  
  14. ccvalidator1.ccnum=txtCreditCardNum.text
  15. ccvalidator1.go
  16. isvalid=ccvalidator1.valid
  17. KindOfCard=ccvalidator1.issuer
  18.  
  19. Simple eh?
  20.  
  21. Feel free to send comments/questions to
  22. myqlgodfrey@yahoo.com
  23.  
  24. (please note that is a Q and got a g in myQl)
  25.  
  26.  
  27.